// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01B TN_Widget.CreateTable([['Chicago - The Musical','Stephens Auditorium','Ames, IA','Tuesday','5/14/2024','7:30 PM','5877390','Chicago---The-Musical-5-14-2024'],['Stayin' Alive - A Salute To The Music of The Bee Gees','Stephens Auditorium','Ames, IA','Friday','10/18/2024','7:30 PM','6053088','Stayin--Alive---A-Salute-To-The-Music-of-The-Bee-Gees-10-18-2024'],['Barenaked Ladies','Stephens Auditorium','Ames, IA','Tuesday','10/29/2024','7:30 PM','6328061','Barenaked-Ladies-10-29-2024'],['Russian String Orchestra','Stephens Auditorium','Ames, IA','Monday','9/29/2070','7:30 PM','4467282','Russian-String-Orchestra-9-29-2070'],['Capitol Steps','Stephens Auditorium','Ames, IA','Sunday','10/19/2070','7:30 PM','4467275','Capitol-Steps-10-19-2070'],['Ballet Hispanico','Stephens Auditorium','Ames, IA','Sunday','1/25/2071','7:00 PM','4467274','Ballet-Hispanico-1-25-2071'],['Drumline Live!','Stephens Auditorium','Ames, IA','Friday','1/30/2071','7:00 PM','4467277','Drumline-Live--1-30-2071'],['South Pacific','Stephens Auditorium','Ames, IA','Monday','2/9/2071','7:00 PM','4467279','South-Pacific-2-9-2071'],['Prague Symphony Orchestra','Stephens Auditorium','Ames, IA','Thursday','3/5/2071','7:30 PM','4467284','Prague-Symphony-Orchestra-3-5-2071'],['Nathan Carter','Stephens Auditorium','Ames, IA','Saturday','3/7/2071','7:00 PM','4467283','Nathan-Carter-3-7-2071'],['Charlie and The Chocolate Factory','Stephens Auditorium','Ames, IA','Wednesday','4/8/2071','7:00 PM','4467276','Charlie-and-The-Chocolate-Factory-4-8-2071']],'Stephens Auditorium at Iowa State','http://www.ticketnetwork.com/ticket/Stephens-Auditorium-at-Iowa-State-events.aspx');